ConnectorType Enumeration

Represents a connecting line between two escape points.

Definition

Namespace: Independentsoft.Office.Odf.Drawing
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum ConnectorType

Members

Standard0 A standard connector escapes two connecting objects with straight lines and connects them with a straight perpendicular line.
Lines1 A lines connector escapes two connecting objects with straight lines and connects them with a straight (not necessarily perpendicular) line.
Line2 A line connector draws one straight line between the two escape points of connected objects.
Curve3 A curve connector draws a single curved line between the two escape points of connected objects.
None4 None.

See Also